←Select platform

LeadCollection Class

Summary
Represents a dynamic data collection that provides notifications when items get added, removed, or when the whole list is refreshed.
Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")]publicclassLeadCollection : Collection
PublicClassLeadCollection(Of T)InheritsSystem.Collections.ObjectModel.Collection(Of T)ImplementsSystem.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.Generic.IReadOnlyCollection(Of T), System.Collections.Generic.IReadOnlyList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
generic<typenameT>publicref classLeadCollection :publicSystem.Collections.ObjectModel.Collection, System.Collections.Generic.ICollection, System.Collections.Generic.IEnumerable, System.Collections.Generic.IList, System.Collections.Generic.IReadOnlyCollection, System.Collections.Generic.IReadOnlyList, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList

Type Parameters

T
A generic Type parameter.

Remarks
TheLeadCollectionclass provides a generic observable collection class that overrides the .NET Collection, class.

The class contains theCollectionChangedevent. This events will fire whenever objects are added, moved, replaced or removed to/from the collection.

This class follows the design of the .NET ObservableCollection class.
Requirements

Target Platforms

Leadtools Assembly
188金宝搏的网址客服|Support|Contact Us|Intellectual Property Notices
© 1991-2021LEAD Technologies, Inc.All Rights Reserved.